Bump pre-commit deps, to fix a breaking Click update#590
Merged
DiddiLeija merged 5 commits intowntrblm:mainfrom Apr 1, 2022
Merged
Bump pre-commit deps, to fix a breaking Click update#590DiddiLeija merged 5 commits intowntrblm:mainfrom
DiddiLeija merged 5 commits intowntrblm:mainfrom
Conversation
This fixes an issue with a breaking Click update.
Collaborator
Author
|
Ah... this crashed with something I didn't expect... Details |
I hope this will fix the last Click incompatibility.
Collaborator
Author
Collaborator
Author
|
Ok, I reported this at hadialqattan/pycln#116. By now, I'll try to reduce Click to a lower version for running |
This could be a temporary solution to the pycln issue.
Collaborator
|
You can fix it by adding a cap on click inside the pycln environment. See https://github.com/pybind/pybind11/pull/3831/files. It's actually typer's fault in fastapi/typer#377, not pycln. |
Collaborator
Author
|
Good to hear that, thanks @henryiii! |
Collaborator
Author
|
I think this is ready now. |
Collaborator
Author
|
I see that Typer will get fixed soon (fastapi/typer#380). So, I think we can remove the Click downgrading and just upgrade some deps :) |
Collaborator
|
27 minutes ago, yes. :) |
henryiii
reviewed
Mar 30, 2022
|
I just released Typer |
Typer has just fixed its issue :)
Collaborator
Author
|
All done :) |
Collaborator
Author
|
I'm gonna merge this, since it looks like nobody disagrees :D |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes an issue with a breaking Click update.
See psf/black#2964 for full details.